Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 07:27:01 +0000 (00:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 07:27:01 +0000 (00:27 -0700)
src/ChangeLog

index 6487e63b1af3e5044f71137e57bccbbefeaa4925..cc3e38bd9e44ae37477087ab41896e087b604899 100644 (file)
@@ -6,7 +6,8 @@
        * sound.c (wav_play, au_play, Fplay_sound_internal):
        Fix pointer signedness.
        (alsa_choose_format): Remove unused local var.
-       (wav_play): Initialize a variable to 0, to prevent undefined behavior.
+       (wav_play): Initialize a variable to 0, to prevent undefined
+       behavior (Bug#8278).
 
        * region-cache.c (insert_cache_boundary): Redo var to avoid shadowing.